@charset "utf-8";
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@font-face {
	font-family: 'pf';
	src: url('../fonts/PINGFANGMEDIUM_0.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'eng';
	src: url('../fonts/eng.ttf');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0 auto;
}

body {
	/* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
	margin: 0;
	line-height: 1;
}

p {
	line-height: 1.5;
}

a,
a:visited {
	text-decoration: none;
}

a {
	color: #000;
}

li {
	list-style: none;
}

ul,
li,
ol {
	margin: 0;
	padding: 0;
}

fieldset,
input,
button,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

input[type='radio'] {
	-webkit-appearance: radio;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.img {
	max-width: 100%;
	height: auto;
	display: block;
}

.img2 {
	max-height: 100%;
	width: auto;
}

.trans {
	-moz-transition: all ease .8s;
	-webkit-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
}

.trans04 {
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.trans2 {
	-moz-transition: all ease 2s;
	-webkit-transition: all ease 2s;
	-o-transition: all ease 2s;
	transition: all ease 2s;
}

.transcalxzero {
	transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.transcaletop {
	transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}

.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 31%;
}

.bg0 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.absolute {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.abs {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.flex {
	display: box;
	/* OLD - Android 4.4- */
	display: flexbox;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	align-items: center;
	overflow: hidden;
}


/*公共*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.c12 {
	width: 1200px;
	margin: auto;
}

.cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contain {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

a,
.tran,
img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a {
	color: #000;
}

.tran5 {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pic {
	transition: all 2s;
	-webkit-transition: all 2s;
}

.pic.cover {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.pic.contain {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.contain {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.none {
	display: none;
}
.fixed_bg{width: 100%; height: 100%; position: fixed; left: 0; top: 0; display: none; background: rgba(0,0,0,0.5); z-index:200;}

.slide_nav{background: #115193;overflow: auto;padding-bottom: 30px;transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s;width: 100%;position:fixed;left: -100%;top: 0;height: 100%;z-index: 99999999;}
.slide_nav.left_active{left: 0;}
.slide_nav .slide_logo{background: #fff; text-align: center; padding: 15px 0;}
.slide_nav .slide_logo a{display: block;}
.slide_nav .slide_logo a img{max-width: 54%;}
.slide_nav .slide_nav_ul{margin-top: 8%;}
.slide_nav .slide_nav_ul li{ text-align: center; position: relative; width: 100%;line-height: 50px;}
.slide_nav .slide_nav_ul .slideJA{font-size: 16px;}
.slide_nav .slide_nav_ul .slideNavSecon{display: none;overflow: hidden;background: #083667;}
.slide_nav .slide_nav_ul .slideNavSecon a{display: block;}
.slide_nav .slide_nav_ul .slideNavSecon.active{height: 100%;}
.slide_nav .slide_nav_ul li a{font-size: 15px; color: #fff; height: 50px; display: block;}
.slide_nav .slide_nav_ul .slide_nav_ulLast a{display: inline-block;}
.slide_nav .slide_nav_ul .slide_nav_bg{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: none;}
.slide_nav .slide_nav_ul .slide_nav_bg span{background: #fff;height: 50px;}
.slide_nav .slide_nav_ul .slide_nav_wz{width: 100%;height: 50px;position: relative;left: 0;top: 0;z-index: 10;line-height: 50px;}
.phone_back{width: 60%; height: 40px; display: block; font-size: 14px; margin: 0 auto; margin-top: 20px; border: 0; background: #fff; color: #000; text-align: center; line-height: 40px;}


header {
	padding: 3% 4.5%;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 99;
	left: 0;
}

header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: .7;
}

header:after {
	content: "";
	display: block;
	clear: both;
}

header .logo {
	float: left;
	width: 178px;
	height: 49px;
	background: url(../images/logo.png);
}

header .menu-pc {
	float: right;
	width: 160px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #fff;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

header .menu-pc span {
	display: inline-block;
	width: 28px;
	height: 14px;
	background: url(../images/menu-line.png);
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

header nav {
	float: right;
	margin-right: 45px;
}

header nav a {
	display: block;
	float: left;
	margin-right: 45px;
	height: 50px;
	line-height: 50px;
	color: #fff;
}

header.two {
	border-bottom: 1px solid #e5e5e5;
}

header.two nav a {
	color: #000;
}

header.two .menu-pc {
	background: #115193;
	border-color: #115193;
}

header.two .logo {
	background: url(../images/logo2.png);
}

/*图片放大*/
.big-img {
	width: 100%;
	height: 100%;
	animation: changeBiger 10s cubic-bezier(0, 0, 0, 0.34) forwards;
	transform: scale(1.08);
}

.big-swiper {
	position: relative;
	overflow: hidden;
}

.big-swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper-01 {
	position: relative;
	overflow: hidden;
}

.swiper-01 .swiper-slide {
	position: relative;
}

.swiper-01 .pic-w {
	position: relative;
	overflow: hidden;
}

.swiper-01 .swiper-slide .txt {
	padding: 0 12.5%;
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 50%;
	transform: translateY(-30%);
	color: #fff;
}

.swiper-01 .swiper-slide .txt h2 {
	margin-top: 3.5%;
}

.swiper-01 .swiper-slide .txt .mouse {
	margin-top: 7%;
}

.swiper-01 .swiper-slide .txt .mouse {
	animation: linkmove 0.5s ease-in-out infinite alternate;
	-webkit-animation: linkmove 1s ease-in-out infinite alternate;
}

@keyframes linkmove {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(15px);
	}
}

@-webkit-keyframes linkmove {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(15px);
	}
}

.swiper-01 .swiper-slide .bot {
	padding: 0 9.5% 0 4.5%;
	position: absolute;
	width: 100%;
	z-index: 3;
	left: 0;
	bottom: 9%;
	color: #fff;
}

.swiper-01 .swiper-slide .bot i {
	font-style: normal;
	opacity: .6;
}

.swiper-01 .swiper-slide .bot .num {
	float: left;
}

.swiper-01 .swiper-slide .bot .line {
	width: 84%;
	height: 2px;
	background: rgba(255, 255, 255, .4);
	margin: 10px auto;
	position: relative;
}

.swiper-01 .swiper-slide .bot .line span {
	position: absolute;
	width: 10px;
	left: 0;
	top: 0;
	height: 2px;
	background: #fff;
	z-index: 1;
}

.swiper-01 .swiper-slide .bot .button-01 {
	position: absolute;
	right: 4.5%;
	top: 0;
	transform: translateY(-30%);
}

.swiper-01 .swiper-slide .bot .button-01 div {
	float: left;
	width: 60px;
	height: 60px;
	border: 2px solid rgba(255, 255, 255, .4);
	border-radius: 100%;
	text-align: center;
	line-height: 52px;
	margin: 0 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	outline: none;
}

.swiper-01 .swiper-slide .bot .button-01 div:hover {
	border: 2px solid #fff;
}

.index-about {
	position: absolute;
	width: 100%;
	height: 100%;
}

.index-about .main {
	margin: 0 18% 0 4.5%;
	position: absolute;
	width: 77.5%;
	bottom: 9%;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	padding-left: 11.5%;
	padding-bottom: 5%;
}

.index-about .main .about-nav {
	overflow: hidden;
}

.index-about .main .about-nav li {
	color: #fff;
	padding-left: 15px;
	float: left;
	margin-right: 50px;
	position: relative;
	opacity: .6;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.index-about .main .about-nav li a {
	color: #fff;
}

.index-about .main .about-nav li.on:after,
.index-about .main .about-nav li:hover:after {
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.index-about .main .about-nav li.on,
.index-about .main .about-nav li:hover {
	opacity: 1;
}

.index-about .main h1 {
	color: #fff;
	margin-top: 10%;
}

.index-about .main .about-main .mid {
	margin-top: 3%;
	overflow: hidden;
	position: relative;
}

.index-about .main .about-main .left {
	float: left;
	width: 38%;
	color: #fff;
	text-align: justify;
	letter-spacing: 3px;
}

.index-about .main .about-main .left .party_dots {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.index-about .main .about-main .right {
	width: 53%;
	float: right;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 4%;
}

.index-about .main .about-main .right p {
	line-height: 1.8;
	font-family: simsun;
	opacity: .5;
	margin-bottom: 3%;
}

.index-about .main .about-main .bot {
	margin-top: 6%;
}

.index-about .main .about-main .bot ul {
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.share-box {
	position: relative;
}

.index-about .share-box {
	cursor: pointer;
	position: absolute;
	right: 4.5%;
	bottom: 9%;
}

.share-box .box {
	width: 160px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #fff;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.share-box span {
	margin-right: 10px;
}

.share-box ul {
	bottom: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
	display: none;
}

.share-box ul .box {
	margin-bottom: 10px;
}

.share-box .box:hover {
	background: #115093;
	border-color: #115093;
}

.index-pro {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.index-pro .main {
	position: absolute;
	bottom: 9%;
	padding: 0 4.5% 0 13.8%;
	width: 100%;
	left: 0;
}

.index-pro .main .pro-nav {
	overflow: hidden;
}

.index-pro .main .pro-nav li {
	color: #000;
	padding-left: 15px;
	float: left;
	margin-right: 40px;
	position: relative;
	opacity: .5;
	cursor: pointer;
	font-family: simsun;
}

.index-pro .main .pro-nav li.on:after {
	content: "";
	width: 4px;
	height: 4px;
	background: #115193;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.index-pro .main .pro-nav li.on {
	opacity: 1;
	color: #115193;
}

.index-pro .main .pro-main {
	margin-top: 6%;
	overflow: hidden;
}

.index-pro .main .pro-main .left {
	float: left;
	width: 31.5%;
	overflow: hidden;
	border-bottom: 1px solid #b9b9b9;
}

.index-pro .main .pro-main .left li {
	display: none;
}

.index-pro .main .pro-main .left li.on {
	display: block;
}

.index-pro .main .pro-main .left .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 81%;
}

.index-pro .main .pro-main .left .zz {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.index-pro .main .pro-main .left .pic-w:hover .pic {
	transform: scale(1.1);
}

.index-pro .main .pro-main .left .pic-w:hover .zz {
	opacity: 1;
}

.index-pro .main .pro-main .left .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 1;
	text-align: center;
}

.index-pro .main .pro-main .left .txt h1 {
	margin: 15% 0;
}

.index-pro .main .pro-main .left .name {
	margin: 10% 0;
}

.index-pro .main .pro-main .left .name span {
	background: #000;
}

.index-pro .main .pro-main .left .name .party_dots {
	margin-top: 10px;
}

.index-pro .main .pro-main .right {
	width: 61%;
	float: right;
	overflow: hidden;
	position: relative;
}

.index-pro .main .pro-main .right .pro-swiper {
	position: relative;
	overflow: hidden;
}

.index-pro .main .pro-main .pro-swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.index-pro .main .pro-main .pro-swiper .pic-w {
	position: relative;
	padding-bottom: 42%;
	width: 48%;
	float: left;
	margin: 0 4% 4% 0;
}

.index-pro .main .pro-main .pro-swiper .pic-w:nth-child(2n) {
	margin-right: 0;
}

.index-pro .main .pro-main .button-02 {
	float: right;
	margin-top: 2.5%;
}

.index-pro .main .pro-main .button-02 div {
	float: left;
	width: 60px;
	height: 60px;
	border: 2px solid #b9b9b9;
	border-radius: 100%;
	text-align: center;
	line-height: 52px;
	margin: 0 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	outline: none;
}

.index-pro .main .pro-main .button-02 div:hover {
	border: 2px solid #155292;
}

.index-pro .main .pro-main .right .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60%;
	height: 2px;
	background: #b9b9b9;
}

.index-pro .main .pro-main .right .line span {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #115193;
}

.index-case {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	background-image: url(../images/case-bg.jpg);
}

.index-case .main {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 2;
}

.index-case .main .left {
	float: left;
	width: 46%;
	background: #fff;
	padding: 4.5%;
}

.index-case .main .left .case-search {
	overflow: hidden;
	position: relative;
}

.index-case .main .left input {
	float: left;
	width: 70%;
	border: 1px solid #b2b2b2;
	border-right: 0;
	padding: 4%;
}

.index-case .main .left button {
	display: block;
	padding: 4.2%;
	background: #115193;
	border: 1px solid #115193;
	width: 30%;
	color: #fff;
	text-align: center;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}

.index-case .main .left button span {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/search.png);
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
}

.index-case .main .left .line {
	width: 100%;
	height: 1px;
	background: #b2b2b2;
	margin-top: 12%;
}

.index-case .main .right {
	width: 54%;
	background: #115193;
	padding: 4.5%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.index-case .main .right .case-swiper {
	position: relative;
	overflow: hidden;
}

.index-case .main .right .case-swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.index-case .main .right .case-swiper .pic-w {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 41%;
}

.index-case .main .right .case-swiper .txt {
	width: 70%;
	color: #fff;
	margin-top: 10%;
	padding-bottom: 10%;
	border-bottom: 1px solid #fff;
}

.index-case .main .right .case-swiper .txt h1 {
	margin-bottom: 5%;
}

.index-case .main .right .case-swiper .txt .party_dots {
	margin-top: 15px;
}

.index-case .main .right .button-03 {
	position: absolute;
	right: 7%;
	bottom: 11%;
	z-index: 2;
}

.index-case .main .right .button-03 div {
	float: left;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 52px;
	margin: 0 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	outline: none;
	opacity: .6;
}

.index-case .main .right .button-03 div:hover {
	opacity: 1;
}

.index-news {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index-news .main {
	position: absolute;
	bottom: 9%;
	padding: 0 4.5% 0 13.8%;
	width: 100%;
	left: 0;
}

.index-news .main .news-nav {
	overflow: hidden;
}

.index-news .main .news-nav li {
	color: #cacaca;
	padding-left: 15px;
	float: left;
	margin-right: 50px;
	position: relative;
	cursor: pointer;
}

.index-news .main .news-nav li.on:after {
	content: "";
	width: 4px;
	height: 4px;
	background: #115193;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.index-news .main .news-nav li.on {
	color: #115193;
}

.index-news .main .news-main {
	overflow: hidden;
}

.index-news .main .news-main ul {
	display: none;
}

.index-news .main .news-main ul.on {
	display: block;
}

.index-news .main .news-main li {
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin-top: 3%;
}

.index-news .main .news-main li .pic-w {
	width: 31.5%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.index-news .main .news-main li .txt {
	float: right;
	width: 61%;
	overflow: hidden;
}

.index-news .main .news-main li h1 span {
	font-family: arial;
	margin-top: 3px;
}

.index-news .main .news-main li .des {
	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	opacity: .7;
	margin-top: 3%;
}

.index-news .main .news-main li .party_dots span {
	background: #000;
}

.index-news .main .news-main li .party_dots {
	margin-top: 3%;
}

.index-news .main .news-main li .line {
	position: relative;
	background: #cccccc;
	height: 2px;
	margin-top: 3%;
}

.index-news .main .news-main li .line:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	background: #115193;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 0;
}

.index-news .main .news-main li:hover h1 {
	color: #115193;
}

.index-news .main .news-main li:hover .party_dots span {
	background: #115193;
}

.index-news .main .news-main li:hover .line:after {
	width: 100%;
}

.index-news .main .news-main li:hover .pic {
	transform: scale(1.1);
}

.index-bot {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.index-bot .bg {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.index-bot .word {
	position: absolute;
	z-index: 2;
	color: #fff;
	top: 28%;
	left: 50%;
	transform: translateX(-45%);
	border:1px solid #fff;
	padding: 1%;
	width: 60%;
}
.index-bot .word .main{
	border:1px solid #fff;
	background:#3b3b3ba3;
	padding: 7%;
	overflow: hidden;
}
.index-bot .word .main:after{
	content: "";
	display: block;
	clear: both;
}
.index-bot .word .ewm-box p{
	margin-top:10%;
  text-align:center;
}
.index-bot .word>.right{
	width:40%;
}
  
.index-bot .word .ewm-box .pic{
	width: 120px;
	margin:auto;
}
.index-bot .word .ewm-box .pic img{
	width: 100%;
}
.index-bot .word .txt h1,.index-bot .word .txt h2,.index-bot .share-box{
	margin-top: 3%;
}
.index-bot .word h2 {
	margin: 0;
	font-size: 12px;
	opacity: .6;
}
.index-bot .word .left{
}
.index-bot .word .left h3{
	margin-bottom: 5%;
}
.index-bot .word .left p{
	line-height: 40px;
	padding-left: 60px;
	height: 40px;
}
.index-bot .word .ewm-box .pic{
	width: 160px;
}
.index-bot .word .ewm-box{
	margin-top: 3%;
	margin:0 auto;
	width: 160px;
}
.index-bot .word .ewm-box p{
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #767676;
	margin-top: 55px;
	padding: 0;
	text-align: center;
	margin:auto;
	margin-top: 30px;
}
.index-bot .word .left p.tel{
	background-image: url(../images/tel.png);
	background-position: center left;
	background-repeat: no-repeat;
	margin-top: 60px;
}
.index-bot .word .main .txt{
	margin-top: 65px;
}
.index-bot .word .left p.mail{
	background-image: url(../images/mail.png);
	background-position: center left;
	background-repeat: no-repeat;
	margin-top: 3%;
}
.index-bot .word .left p span{
	float: left;
	margin-right: 20px;
}
.index-bot .word .right{
	float: right;
	text-align: center;
	margin-left: 120px;
}
.index-bot .share-box {
	overflow: hidden;
	display: inline-block;
	margin-top: 25px;
	
}
.index-bot .share-box .box{
	width:120px;
  	height:35px;
  line-height:33px;
  background:#115093;
    border-color: #115093;
    float: left;
}

.index-bot .share-box ul{
	display: block;
	float: left;
	position: relative;
}
.index-bot .share-box ul .box{
	width: 35px;
	height: 35px;
	float: left;
	background:#115093;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 0;
}

.index-bot .share-box ul .box:hover{
	background:#fff;
	color: #115093;
}
.index-bot .share-box ul .box span{
	margin-right: 0;
}
footer.index {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
	left: 0;
}

footer .bot {
	background: #0b447e;
	padding: 2% 4.5%;
	color: #fff;
	font-size: 12px;
	font-family: simsun;
}
footer.index .bot,footer.index .top{
	padding: 1% 4.5%;
}
footer .bot span,
footer .bot a {
	color: #fff;
	opacity: .6;
}

footer .bot span {
	margin-right: 10%;
}

footer .bot a:hover {
	opacity: 1;
}

footer .top {
	padding: 2% 4.5%;
	background: #115193;
	display: flex;
	justify-content: space-between;
}

footer .top .ewm-box .pic {
	float: left;
	width: 90px;
}

footer .top .ewm-box .pic img {
	width: 100%;
}

footer .top .ewm-box p {
	float: left;
	margin: 20px;
	color: #fff;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	opacity: .7;
}

footer .top p {
	color: #fff;
	line-height: 30px;
	letter-spacing: 2px;
	margin-top: 30px;
}

footer .top p span {
	height: 30px;
	float: left;
	line-height: 32px;
}

footer .top .txt {
	color: #fff;
	margin-top: 30px;
}

footer .top .txt h2 {
	font-size: 12px;
	font-family: arial;
	opacity: .6;
	margin-top: 5px;
}

footer .top .share-box {
	margin-top: 20px;
}

footer .top .share-box:hover .box {
	border: 1px solid #fff;
}

.inner-banner {
	position: relative;
	overflow: hidden;
	padding-bottom: 42%;
}

.inner-main {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-top: -180px;
}

.inner-main .main-left {
	top: 180px;
	bottom: 0;
	background: #f3f3f3;
	position: absolute;
	z-index: 1;
	padding-top: 5%;
	width: 100%;
	/* display: none; */
}
.inner-main .main-left .go-top {
	position: absolute;
	bottom: 3.2%;
	right: 0.5%;
	width: 50px;
	height: 50px;
	background-image: url(../images/top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #115193;
	cursor: pointer;
	border-radius: 100%;
}

.inner-main .main-left .go-top:hover {
	opacity: .8;
}

.inner-main .main-left .kefu {

	width: 70px;
	height: 70px;
	border: 1px solid #929292;
	color: #929292;
	text-align: center;
	line-height: 68px;
	display: block;
	margin: auto;
	border-radius: 100%;
	display: none;
}

.inner-main .main-left .kefu:hover {
	background: #115193;
	color: #fff;
	border-color: #115193;
}

.inner-main .main-left .fx {
	width: 70px;
	height: 70px;
	border: 1px solid #929292;
	color: #929292;
	text-align: center;
	line-height: 68px;
	display: block;
	margin: auto;
	border-radius: 100%;
	margin-top: 20%;
	display: none;
}

.inner-main .main-left .fx:hover {
	background: #115193;
	color: #fff;
	border-color: #115193;
}

.inner-main .main-left .go-top:hover {
	opacity: .8;
}

.inner-main .main-right {
	/* float: right; */
	/* width: 86.5%; */
	width: 90%;
	overflow: hidden;
	margin:auto;
	position: relative;
	z-index: 2;
}

.inner-main .main-right .main-search {
	text-align: center;
	padding: 2% 5%;
	background: #115193;
}

.inner-main .main-right .main-search input {
	display: inline-block;
	background: #115193;
	color: #fff;
	width: auto;
	vertical-align: top;
	width: 80px;
	padding-bottom: 5px;
	border-bottom: 1px solid #115193;
}

.inner-main .main-right .main-search button {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/search.png);
	vertical-align: top;
	margin-top: -2px;
}

.inner-main .main-right .main-search:hover input {
	width: 300px;
	border-bottom: 1px solid #fff;
}

.main-bot {
	position: relative;
	overflow: hidden;
	padding: 5%;
	background: #fff;
}

.main-bot h1 {
	line-height: 1.5;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.inner-case .top-box {
	margin-top: 5%;
	position: relative;
}

.inner-case .top-box .left {
	width: 65%;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 4% 0;
}

.inner-case .top-box .left .party_dots span {
	background: #000;
}

.inner-case .top-box p {
	margin-bottom: 5%;
	font-family: simsun;
	opacity: .7;
	line-height: 1.8;
}

.inner-case .top-box .right {
	position: absolute;
	height: 100%;
	width: 31%;
	top: 0;
	right: 0;
	z-index: 1;
}

.inner-case .top-box .right .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
	text-align: center;
}

.inner-case .top-box .right .txt h2 {
	margin: 10% 0;
}

.inner-case .top-box .right .txt .zz {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: #115193;
	opacity: .6;
}

.inner-case .top-box .right:hover .txt,
.inner-case .top-box .right:hover .zz {
	opacity: 0;
}

.case-list {
	margin-top: 5%;
	overflow: hidden;
}

.case-list li {
	float: left;
	width: 31%;
	margin: 0 3.5% 3.5% 0;
}

.case-list li:nth-child(3n-1) {
	margin-right: 0;
}

.case-list li .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 65%;
}

.case-list li .txt {
	padding-top: 10%;
}

.case-list li .txt .time {
	margin-top: 8%;
	opacity: .7;
	font-family: simsun;
}

.case-list li .txt .line {
	width: 100%;
	height: 2px;
	background: #cccccc;
	position: relative;
	margin-top: 10%;
}

.case-list li .txt .line:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #115193;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.case-list li:hover .pic {
	transform: scale(1.1);
}

.case-list li:hover {
	color: #115193;
}

.case-list li:hover .line:after {
	width: 100%;
}

.case-list li.big-one {
	width: 65.5%;
	position: relative;
	padding-bottom: 31.2%;
	overflow: hidden;
}

.case-list li.big-one .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #fff;
	text-align: center;
	padding-top: 0;
}

.case-list li.big-one .txt h2 {
	margin: 5% 0;
}

.case-list li.big-one .zz {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: #000;
	opacity: .6;
}

.case-list li.big-one:hover .txt,
.case-list li.big-one:hover .zz {
	opacity: 0;
}

.case-list ul:after {
	content: "";
	display: block;
	clear: both;
}

.more {
	display: block;
	background: #115193;
	color: #fff;
	text-align: center;
	padding: 2%;
	letter-spacing: 2px;
  	cursor:pointer;
}

.more span {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/more.png);
	vertical-align: middle;
	margin-right: 25px;
	margin-top: -5px;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.more:hover {
	opacity: .8;
}

.more:hover span {
	transform: rotate(360deg);
}

.case-detail.news {
	margin-top: 5%;
}

.case-detail.news .detail {
	margin-top: 3%;
}

.case-detail.news .time {
	margin-top: 2%;
	font-family: simsun;
}

.case-detail .detail {
	margin-top: 5%;
}

.case-detail .detail img {
	max-width: 100%;
}

.case-detail .line {
	height: 1px;
	background: #cccccc;
	margin: 4% 0 3% 0;
}

.case-detail .link a {
	font-family: simsun;
	opacity: .7;
}

.case-detail .link a:hover {
	opacity: 1;
	color: #115193;
}

a.back {
	display: block;
	background: #115193;
	color: #fff;
	text-align: center;
	padding: 2%;
	letter-spacing: 2px;
	margin-top: 3%;
}

a.back span {
	display: inline-block;
	width: 31px;
	height: 28px;
	background: url(../images/back.png);
	vertical-align: middle;
	margin-right: 25px;
	margin-top: -5px;
	transition: all 1s;
	-webkit-transition: all 1s;
}

a.back:hover {
	opacity: .8;
}

.more-box {
	margin-top: 3%;
	overflow: hidden;
	position: relative;
}

.more-box.news {
	padding: 5%;
	margin: 0;
	background: #f3f3f3;
}

.more-box.news .line {
	bottom: 12%;
	left: 5%;
}

.more-box .line {
	position: absolute;
	width: 60%;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #ccc;
}

.more-box .line:after {
	content: "";
	transition: all 0.5s;
	position: absolute;
	height: 2px;
	left: 0;
	top: 0;
	width: 50%;
	background: #115193;
}

.more-box .more-swiper {
	margin-top: 3%;
	overflow: hidden;
}

.more-box .more-swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.more-box .more-swiper .swiper-slide .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 60%;
}

.more-box.hj .more-swiper .swiper-slide .pic-w {
	padding-bottom: 50%;
}

.more-box .more-swiper .swiper-slide .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #fff;
	text-align: center;
	opacity: 0;
}

.more-box .more-swiper .swiper-slide .txt h2 {
	margin: 6% 0;
}

.more-box .more-swiper .swiper-slide .zz {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: #000;
	opacity: 0;
}

.more-box .more-swiper .swiper-slide:hover .txt {
	opacity: 1;
}

.more-box .more-swiper .swiper-slide:hover .zz {
	opacity: .6;
}

.more-box .button-01 {
	float: right;
	margin-top: 3%;
}

.more-box .button-01 div {
	float: left;
	width: 60px;
	height: 60px;
	border: 2px solid #ccc;
	border-radius: 100%;
	text-align: center;
	line-height: 52px;
	margin: 0 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	outline: none;
}

.more-box .button-01 div:hover {
	border: 2px solid #115193;
}

.inner-local {
	font-family: simsun;
	color: #666;
}

.inner-local a {
	color: #666;
}

.inner-local a:hover,
.inner-local a.on {
	color: #000;
}

.main-nav {
	display: flex;
	justify-content: space-between;
}

.main-nav a {
	display: block;
	width: 100%;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	padding: 2%;
	background: #fff;
}

.main-nav a span {
	margin-left: 15px;
}

.main-nav a:hover,
.main-nav a.on {
	background: #115193;
	color: #fff;
	border-color: #115193;
}

.join {
	margin-bottom: 3%;
	margin-top: 5%;
}

.join li {
	overflow: hidden;
}

.join li .title {
	padding: 1.5% 5%;
	background: #115193;
	color: #fff;
	position: relative;
	border-bottom: 1px solid #29639e;
	overflow: hidden;
}

.join li .title span {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	right: 5%;
	margin-top: -8px;
	cursor: pointer;
}

.join li .title p {
	float: left;
	margin-right: 40px;
	height: 35px;
	line-height: 35px;
}

.join li .title p i {
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	border: 1px solid #fff;
	width: 35px;
	text-align: center;
	font-style: normal;
	margin-right: 10px;
	border-radius: 100%;
}

.join li .title span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	margin-top: -1px;
}

.join li .title span:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background: #fff;
	z-index: 2;
	margin-left: -1px;
	transition: all 0.3s;
	-webbkit-transition: all 0.3s;
}

.join li .title span:hover:before,
.join li.on .title span:before {
	height: 0;
}

.join li .main {
	background: #0a447e;
	padding: 5%;
	border-top: 0;
	color: #fff;
	display: none;
}

.join li .main h1 {
	font-family: simhei;
}

.join li .main .des {
	margin-top: 3%;
	font-size: 14px;
	font-family: simsun;
	opacity: .8;
	margin-bottom: 5%;
}

.join li .main .des p {
	line-height: 30px;
}

.join li .main .lx {
	font-family: simhei;
}

.join li .main .lx p {
	line-height: 40px;
}

.join li .main .tj {
	display: inline-block;
	padding: 2% 6%;
	background: #fff;
	text-align: center;
	border: 1px solid #fff;
	color: #000;
	position: relative;
}

.join li .main .tj input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	font-family: simsun;
}

.join li .main .tj:hover {
	background: #1aa8f0;
	color: #fff;
}

.join li.on .title {
	background: #115193;
	color: #fff;
	border-color: #115193;
}

.join li.on .title span:before,
.join li.on .title span:after {
	background: #fff;
}

.join li.on .title p i {
	background: #fff;
	border-color: #fff;
	color: #115193;
}

.down-list {
	margin-top: 5%;
}

.down-list ul:after {
	content: "";
	display: block;
	clear: both;
}

.down-list li {
	position: relative;
	overflow: hidden;
	width: 31%;
	float: left;
	margin: 0 3.5% 3.5% 0;
}

.down-list li:nth-child(3n) {
	margin-right: 0;
}

.down-list li .pic-w {
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
}

.down-list li .txt {
	margin-top: 8%;
}

.down-list li .txt h1 {
	margin-bottom: 7%;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.down-list li .txt .des {
	font-family: simsun;
	opacity: .7;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 45px;
}

.down-list li .txt a {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #000;
	border-radius: 15px;
	text-align: center;
	font-size: 14px;
	margin-top: 7%;
}

.down-list li .txt a span {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 13px;
	background: url(../images/down2.png);
	margin-left: 10px;
	margin-top: -2px;
}

.down-list li .txt a:hover {
	background: #29639e;
	color: #fff;
	border-color: #29639e;
}

.down-list li .txt a:hover span {
	background: url(../images/down.png);
}

.down-list li:hover .pic {
	transform: scale(1.1);
}

.down-list li:hover h1 {
	color: #29639e;
}

.ga-top {
	position: relative;
	overflow: hidden;
	margin-top: 5%;
}

.ga-top .right {
	width: 65.5%;
	position: relative;
	float: right;
	background: #115193;
	color: #fff;
	padding: 5%;
}

.ga-top .right .des {
	margin: 5% 0 8% 0;
	line-height: 2;
	font-family: simsun;
	opacity: .7;
}

.ga-top .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 31%;
	height: 100%;
	overflow: hidden;
}

.ga-top .left .zz {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #000;
	opacity: .7;
}

.ga-top .left .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 3;
	text-align: center;
}

.ga-top .left .txt h2 {
	margin: 40% 0;
}

.ga-list {
	margin-top: 5%;
}

.ga-list li {
	position: relative;
	overflow: hidden;
	width: 31%;
	float: left;
	margin: 0 3.5% 3.5% 0;
}

.ga-list li:nth-child(3n) {
	margin-right: 0;
}

.ga-list li .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 61%;
}

.ga-list li:hover .pic {
	transform: scale(1.1);
}

.ga-list ul:after {
	content: "";
	display: block;
	clear: both;
}

.hj-top .des {
	margin-top: 5%;
	overflow: hidden;
}

.hj-top .des img {
	max-width: 100%;
}

.more-box.hj {
	padding: 5%;
	background: #f3f3f3;
}

.more-box.hj .line {
	bottom: 12%;
	left: 5%;
}

.jr-top {
	margin-top: 5%;
}

.jr-top .top-pic {
	position: relative;
	padding-bottom: 40%;
}

.jr-top .top-pic .zz {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #000;
	opacity: .7;
}

.jr-top .top-pic .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 3;
	text-align: center;
}

.jr-top .top-pic .txt h2 {
	margin: 40% 0;
}

.jr-list {
	margin-top: 5%;
}

.jr-list li {
	position: relative;
	overflow: hidden;
	width: 31%;
	float: left;
	margin: 0 3.5% 3.5% 0;
}

.jr-list li:nth-child(3n) {
	margin-right: 0;
}

.jr-list li .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 61%;
}

.jr-list li:hover .pic {
	transform: scale(1.1);
}

.jr-list ul:after {
	content: "";
	display: block;
	clear: both;
}

.jr-top .top-txt .left {
	width: 31%;
	float: left;
	padding: 5%;
	color: #fff;
	background: #0952a6;
	position: relative;
}

.jr-top .top-txt:after {
	content: "";
	display: block;
	clear: both;
}

.jr-top .top-txt .right {
	width: 69%;
	padding: 5%;
	float: right;
}

.jr-top .top-txt .right p {
	font-family: simsun;
	opacity: .7;
}

.jr-top .top-txt .right .party_dots {
	margin-top: 8%;
}

.jr-top .top-txt .right .party_dots span {
	background: #000;
}

.jr-top .top-txt .left .line {
	height: 1px;
	background: #fff;
	margin-top: 26%;
	opacity: .6;
}

.jr-top .top-txt .left:before {
	content: "";
	width: 100%;
	position: absolute;
	height: 30%;
	background: #0952a6;
	left: 0;
	bottom: 100%;
	z-index: 2;
}

.jr-top .top-txt .left:after {
	content: "";
	width: 13px;
	height: 12px;
	background: url(../images/jr-top.png);
	position: absolute;
	left: 17%;
	bottom: 95%;
	z-index: 3;
}

.lxwm .map {
	margin-top: 5%;
	min-height: 400px;
}

.lxwm .map img {
	width: 100%;
}

.lxwm .mid {
	margin-top: 5%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 3% 0;
	overflow: hidden;
}

.lxwm .mid p {
	float: right;
	margin-left: 5%;
	line-height: 30px;
	font-family: arial;
	letter-spacing: 3px;
}

.lxwm .mid h1 {
	float: left;
	line-height: 30px;
}

.lxwm .mid p span {
	float: left;
	height: 30px;
	line-height: 32px;
	letter-spacing: 0;
	font-family: "microsoft yahei";
	margin-right: 5px;
}

.lxwm .bot {
	margin-top: 4%;
	overflow: hidden;
}

.lxwm .bot .right {
	width: 120px;
}

.lxwm .bot .right img {
	width: 100%;
}

.lxwm .bot .left h2 {
	font-family: arial;
	opacity: .5;
	margin-top: 5px;
	font-size: 12px;
	margin-bottom: 25px;
}

.lxwm .bot .left h1 {
	letter-spacing: 2px;
}

.lxwm .bot .left p {
	margin-bottom: 5px;
}

.lxwm .bot .left p span {
	display: inline-block;
	font-size: 14px;
	opacity: .7;
	min-width: 230px;
}

.ly-box {
	padding: 5%;
	background: #f3f3f3;
}

.ly-box input {
	width: 48.5%;
	float: left;
	display: block;
	border: 1px solid #aaaaaa;
	background: none;
	padding: 2% 3%;
	position: relative;
	background-image: url(../images/input-bg.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.ly-box input:nth-child(2) {
	float: right;
}

.ly-box p {
	overflow: hidden;
}

.ly-box textarea {
	padding: 2% 3%;
	width: 100%;
	display: block;
	resize: none;
	background: none;
	border: 1px solid #aaaaaa;
	margin-top: 3%;
	margin-bottom: 3%;
}
.ly-box p:nth-child(3) input{
	margin-right: 3%;
}
.ly-box a {
	display: block;
	background: #115193;
	color: #fff;
	text-align: center;
	padding: 2%;
	letter-spacing: 2px;
	margin-top: 3%;
}

.ly-box a:hover {
	opacity: .8;
}

.px-top {
	margin-top: 5%;
}

.px-top .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 33%;
}

.px-top .bot {
	position: relative;
}

.px-top .bot .left {
	width: 50%;
	padding: 5%;
	padding-top: 0;
	color: #fff;
	background: #0952a6;
	position: relative;
}

.px-top .bot .left .des {
	opacity: .7;
	padding: 8% 0;
	line-height: 2;
}

.px-top .bot .left:after {
	content: "";
	background: #0952a6;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 20%;
	z-index: 2;
	position: absolute;
}

.px-top .bot .right {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
}

.px-top .bot .right:hover .pic,
.px-top .pic-w:hover .pic {
	transform: scale(1.1);
}

.td-top {
	margin-top: 5%;
	position: relative;
	overflow: hidden;
}

.td-top .right {
	width: 31%;
	float: right;
}

.td-top .right .pic-w {
	overflow: hidden;
	padding-bottom: 60%;
	position: relative;
}

.td-top .right .pic-w:hover .pic {
	transform: scale(1.1);
}

.td-top .right .txt {
	background: #0952a6;
	padding: 40% 18%;
	color: #fff;
}

.td-top .right .txt p {
	text-align: center;
	border-top: 1px solid #3a75b8;
	border-bottom: 1px solid #3a75b8;
	padding: 15% 0;
}

.td-top .left {
	position: absolute;
	left: 0;
	width: 66.5%;
	height: 100%;
	overflow: hidden;
	top: 0;
	z-index: 1;
}

.td-top .left .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
	text-align: center;
  display:none;
}

.td-top .left .txt h2 {
	margin: 5% 0;
}

.td-top .left .zz {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: #000;
	opacity: .7;
  display:none;
}

.td .des {
	padding: 3% 0;
	border-bottom: 1px dashed #7f7f7f;
}

.td .des p {
	font-family: simsun;
	line-height: 2;
	opacity: .7;
}

.inner-search {
	display: block;
	width: 50%;
	display: flex;
	justify-content: space-between;
}

.inner-search input {
	display: block;
	width: 75%;
	border: 1px solid #b2b2b2;
	padding: 3%;
}

.inner-search button {
	display: inline-block;
	float: right;
	width: 25%;
	text-align: center;
	padding: 3%;
	background: #115193;
	color: #fff;
	outline: none;
}

.inner-search button span {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/search.png);
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -1px;
}

.inner-search button:hover {
	opacity: .8;
}

.xw-list {
	margin-top: 5%;
}

.xw-list ul:after {
	content: "";
	display: block;
	clear: both;
}

.xw-list li {
	width: 48.5%;
	float: left;
	margin: 0 3% 3% 0;
}

.xw-list li .txt {
	padding: 5%;
}
/*
.xw-list li:nth-child(1) {
	position: relative;
	margin-bottom: 3%;
	width: 100%;
}

.xw-list li:nth-child(1) .pic-w {
	position: relative;
	padding-bottom: 34%;
	overflow: hidden;
}

.xw-list li:nth-child(1) .txt {
	width: 48.5%;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(50%);
	z-index: 2;
	background: #fff;
	padding: 5% 2.5%;
}*/

.xw-list li .txt .des {
	margin: 5% 0 6% 0;
	opacity: .7;
	line-height: 2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: simsun;
}

.xw-list li .txt .party_dots {
	margin-top: 5px;
}

.xw-list li .txt .party_dots span {
	background: #000;
}

.xw-list li:hover .txt {
	background: #115193;
	color: #fff;
}

.xw-list li:hover .txt .party_dots span {
	background: #fff;
}
.xw-list li .pic-w{
display:none;}
.xw-list li:hover .pic {
	transform: scale(1.1);
}
/*
.xw-list li:nth-child(2) {
	position: relative;
	width: 100%;
}

.xw-list li:nth-child(2) .pic-w {
	position: relative;
	overflow: hidden;
	width: 50%;
	padding-bottom: 32%;
}

.xw-list li:nth-child(2) .txt {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 48.5%;
}
*/

.xw-list li:nth-child(2n) {
	margin-right: 0;
}
.hy-list {
	margin-top: 5%;
}

.hy-list ul:after {
	content: "";
	display: block;
	clear: both;
}

.hy-list li {
	width: 31%;
	float: left;
	margin: 0 3.5% 3.5% 0;
}

.hy-list li:nth-child(3n) {
	margin-right: 0;
}

.hy-list li .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 65%;
}

.hy-list li .txt {
	margin-top: 4%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hy-list li .txt .des {
	margin: 4% 0 8% 0;
	line-height: 1.5;
	opacity: .7;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: simsun;
	height: 40px;
}

.hy-list li .txt .party_dots span {
	background: #000;
}

.hy-list li .txt .bot {
	overflow: hidden;
}
.hy-list li .txt .bot .party_dots{
	margin-top: 5px;
}
.hy-list li .txt .time {
	opacity: .7;
	font-family: simsun;
}

.hy-list li:hover h1 {
	color: #115193;
}

.hy-list li:hover .pic {
	transform: scale(1.1);
}
/*
.hy-list li:nth-child(1),
.hy-list li:nth-child(2) {
	width: 48%;
	margin: 0 4% 4% 0;
}

.hy-list li:nth-child(1) .pic-w,
.hy-list li:nth-child(2) .pic-w {
	padding-bottom: 48%;
}

.hy-list li:nth-child(2) {
	margin-right: 0;
}*/

.cp-top {
	border-bottom: 1px solid #ccc;
}

.cp-top .des {
	margin: 2% 0;
}

.cp-top .des p {
	font-family: simsun;
	opacity: .7;
	line-height: 2;
}

.cp-top .cp-pic {
	position: relative;
}

.cp-top .cp-pic .pic-w {
	width: 69%;
	position: relative;
	overflow: hidden;
	padding-bottom: 26%;
}

.cp-top .cp-pic .right {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 31%;
	z-index: 1;
	background-color: #115193;
	background-image: url(../images/logo4.png);
	background-repeat: no-repeat;
	background-position: center;
}

.cp-top-list {
	margin-top: 3%;
	overflow: hidden;
}

.cp-top-list .left {
	float: none;
	width: 100%;
	overflow: hidden;
}

.cp-top-list .left li {
	float: left;
	width: 31%;
	overflow: hidden;
	margin: 0 3.5% 3.5% 0;
}

.cp-top-list .left li:nth-child(3n) {
	margin-right: 0;
}

.cp-top-list .left li .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 60%;
}

.cp-top-list .left li .txt {
	margin: 5% 0;
}

.cp-top-list .left li .des {
	margin-top: 4%;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cp-top-list .left li .line {
	height: 2px;
	position: relative;
	background: #ccc;
}

.cp-top-list .left li .line:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	background: #115193;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.cp-top-list .left li:hover .pic {
	transform: scale(1.1);
}

.cp-top-list .left li:hover .txt {
	color: #115193;
}

.cp-top-list .left li:hover .line:after {
	width: 100%;
}

.cp-top-list .cp-big {
	float: right;
	width: 31%;
  display:none;
}

.cp-top-list .cp-big .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 163%;
}

.cp-top-list .cp-big .txt {
	margin: 5% 0;
}

.cp-top-list .cp-big .des {
	margin-top: 4%;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 42px;
}

.cp-top-list .cp-big .line {
	height: 2px;
	position: relative;
	background: #ccc;
}

.cp-top-list .cp-big .line:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	background: #115193;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.cp-top-list .cp-big:hover .pic {
	transform: scale(1.1);
}

.cp-top-list .cp-big:hover .txt {
	color: #115193;
}

.cp-top-list .cp-big:hover .line:after {
	width: 100%;
}

.cp-list ul:after {
	content: "";
	display: block;
	clear: both;
}

.cp-list li {
	float: left;
	width: 31%;
	overflow: hidden;
	margin: 0 3.5% 3.5% 0;
}

.cp-list li:nth-child(3n) {
	margin-right: 0;
}

.cp-list li .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 60%;
}

.cp-list li .txt {
	margin: 5% 0;
}

.cp-list li .des {
	margin-top: 4%;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cp-list li .line {
	height: 2px;
	position: relative;
	background: #ccc;
}

.cp-list li .line:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	background: #115193;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.cp-list li:hover .pic {
	transform: scale(1.1);
}

.cp-list li:hover .txt {
	color: #115193;
}

.cp-list li:hover .line:after {
	width: 100%;
}

.zzjg .main {
	margin-top: 5%;
}

.zzjg .main img {
	max-width: 100%;
}

.yj-top {
	padding-bottom: 5%;
	border-bottom: 1px dashed #ccc;
}

.yj-top .yj-des {
	margin-top: 3%;
	line-height: 1.5;
	font-family: simsun;
	opacity: .7;
}

.yj-top .yj-pic {
	position: relative;
	padding-bottom: 35%;
	margin-top: 3%;
	overflow: hidden;
}

.yj-list {
	margin-top: 3%;
}

.yj-list .yj-nav {
	overflow: hidden;
}

.yj-list .yj-nav li {
	float: left;
	padding: 5px 20px;
	border: 1px solid #115193;
	color: #115193;
	text-align: center;
	margin-right: 2%;
	margin-bottom: 1%;
	border-radius: 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
}

.yj-list .yj-nav li:hover,
.yj-list .yj-nav li.on {
	background: #115193;
	color: #fff;
}

.yj-main {
	margin-top: 3%;
}

.yj-main ul {
	overflow: hidden;
	display: none;
}

.yj-main ul.on {
	display: block;
}

.yj-main ul li {
	float: left;
	width: 23%;
	padding: 1.5%;
	padding-bottom: 1%;
	background: #f7f7f7;
	margin: 0 2.66% 2.66% 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.yj-main ul li:nth-child(4n) {
	margin-right: 0;
}

.yj-main ul li .pic-w {
	padding-bottom: 140%;
	overflow: hidden;
	position: relative;
}

.yj-main ul li p {
	margin-top: 10px;
	text-align: center;
}

.yj-main ul li:hover {
	background: #115093;
	color: #fff;
}

.yj-main ul li:hover .pic {
	transform: scale(1.1);
}

.zzzz .des {
	font-family: simsun;
	opacity: .7;
	margin-top: 3%;
	padding-bottom: 3%;
	border-bottom: 1px dashed #ccc;
}

.yj-list.zz .yj-nav li {
	padding: 10px 60px;
	border-radius: 20px;
}

.zzlc .lc-main {
	margin-top: 5%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5%;
}

.zzlc .lc-main:after {
	content: "";
	display: block;
	clear: both;
}

.zzlc .lc-main .left {
	float: left;
	width: 31%;
}

.zzlc .lc-main .left ul {
	height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}

.zzlc .lc-main .left ul::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.zzlc .lc-main .left ul::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}

.zzlc .lc-main .left ul::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #EDEDED;
}

.zzlc .lc-main .left li {
	position: relative;
	padding: 8%;
	border-bottom: 1px solid #24578b;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}

.zzlc .lc-main .left li p {
	z-index: 2;
	display: inline-block;
	position: relative;
	color: #fff;
	opacity: .6;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.zzlc .lc-main .left li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	background: #0b447e;
	transition: all 0.3s;
	-webbkit-transition: all 0.3s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.zzlc .lc-main .left li span {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	right: 10%;
	margin-top: -8px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.zzlc .lc-main .left li span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	margin-top: -1px;
	z-index: 2;
	opacity: .6;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.zzlc .lc-main .left li span:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	width: 2px;
	height: 100%;
	background: #fff;
	z-index: 2;
	margin-left: -1px;
	transition: all 0.3s;
	-webbkit-transition: all 0.3s;
	opacity: .6;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.zzlc .lc-main .left li.on p {
	font-weight: bold;
}

.zzlc .lc-main .left li.on span {
	right: 5%;
}

.zzlc .lc-main .left li.on:after {
	width: 110%;
}

.zzlc .lc-main .left li.on span:before {
	height: 0;
}

.zzlc .lc-main .left li.on span:after,
.zzlc .lc-main .left li.on p {
	opacity: 1;
}

.zzlc .lc-main .right {
	width: 59%;
	float: right;
}

.zzlc .lc-main .right ul {
	display: none;
	border-top: 2px solid #000;
}

.zzlc .lc-main .right ul.on {
	display: block;
}

.zzlc .lc-main .right li {
	padding: 2% 5%;
	position: relative;
	color: #666666;
	border-bottom: 1px solid #ccc;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
}

.zzlc .lc-main .right li .time {
	display: inline-block;
	text-align: center;
}

.zzlc .lc-main .right li .time p {
	line-height: 1;
	margin-bottom: 5px;
}

.zzlc .lc-main .right li .des {
	width: 70%;
	right: 10%;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.zzlc .lc-main .right li:hover {
	color: #115193;
}

.video-box {
	margin-top: 3%;
	position: relative;
}

.video-box video {
	width: 100%;
}

.video-box .pic {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
}

.video-box .zz {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	background: #000;
	opacity: .5;
}

.video-box .play {
	position: absolute;
	width: 65px;
	height: 65px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/play.png);
	z-index: 3;
}

.zz-des {
	margin-top: 5%;
}

.zz-des p {
	line-height: 2;
	font-family: simsun;
	opacity: .7;
}

.zz-pic {
	margin-top: 5%;
	overflow: hidden;
}

.zz-pic img {
	width: 100%;
	vertical-align: top;
}

.zz-num {
	padding: 5%;
	background: #f3f3f3;
	display: flex;
	justify-content: space-between;
}

.zz-num h1 {
	color: #115193;
	font-family: arial;
}

.zz-num span {
	margin-top: 20px;
	color: #000;
	margin-left: 18px;
	font-family: "microsoft yahei";
}

.zz-num p {
	margin-bottom: 30px;
	opacity: .7;
}

.zjl {
	position: relative;
	overflow: hidden;
	margin-top: 5%;
}

.zjl .txt {
	width: 47%;
}

.zjl .txt .top {
	text-align: center;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 10% 0;
	line-height: 2;
	color: #115193;
	background: url(../images/zjlbg.png) center center no-repeat;
}

.zjl .txt .bot {
	padding-top: 10%;
}

.zjl .txt .bot p {
	font-family: simsun;
	line-height: 2;
	opacity: .7;
}

.zjl .pic-w {
	position: absolute;
	top: 0;
	right: 0;
	width: 47%;
	overflow: hidden;
	position: absolute;
	height: 100%;
}

.zjl-line {
	margin: 5% 0;
	border-bottom: 1px dashed #d9d9d9;
}

.qywh .main {
	margin-top: 5%;
	overflow: hidden;
}

.qywh {
	border-bottom: 1px dashed #d9d9d9;
}

.qywh li {
	float: left;
	width: 47%;
	border: 1px solid #d9d9d9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	margin: 0 6% 6% 0;
	text-align: center;
	padding: 4%;
}

.qywh li:nth-child(2),
.qywh li:nth-child(5) {
	margin-right: 0;
}

.qywh li p {
	font-family: simsun;
	opacity: .7;
}

.qywh li .line {
	width: 15px;
	height: 1px;
	background: #000;
	margin: 24px auto;
}

.qywh li:nth-child(3),
.qywh li:nth-child(4),
.qywh li:nth-child(5) {
	width: 29.33%;
}

.qywh li {
	background: #1a5897;
	color: #fff;
}

.qywh li .line {
	background: #fff;
}

.hxln {
	margin-top: 5%;
}

.hxln .pic-w {
	position: relative;
	overflow: hidden;
	padding-bottom: 34%;
	/* margin-top: 5%; */
}

.hxln .txt {
	background: #1a5897;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 5%;
	font-family: simsun;
	padding-bottom: 10%;
	position: relative;
	margin-top: 5%;
}

.hxln .txt p {
	line-height: 3;
}

.hxln .txt:after {
	content: "";
	position: absolute;
	width: 90%;
	left: 5%;
	z-index: 1;
	bottom: 24%;
	border-bottom: 1px dashed #d9d9d9;
}


.big-left {
	position: fixed;
	z-index: 99;
	width: 55px;
	left: 4.5%;
	top: 50%;
	transform: translateY(-50%);
}

.big-left .top {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	background: #115193;
	overflow: hidden;
}

.big-left .top div {
	color: #fff;
	text-align: center;
	font-family: simsun;
	cursor: pointer;
	width: 20px;
	margin: auto;
}

.big-left .top .big-prev {
	transform: rotate(90deg);
	margin-top: 10px;
}

.big-left .top .big-next {
	transform: rotate(90deg);
}

.big-left .big-page {
	position: relative;
	overflow: hidden;
  display:none;
}
.big-nav{
margin-top:25px;
}
.big-nav.blue li .line{
	background: #115193;
}
.big-nav.blue li p{
	color:#115193;
}
.big-nav li{
	position: relative;
  padding-left:18px;
  width:150px;
  overflow:hidden;
  margin-top:5px;
	cursor: pointer;
  outline:none;
}
.big-nav li .line{
	width: 20px;
	height: 3px;
	background: #fff;
	opacity: .3;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.big-nav li.on .line,.big-nav li:hover .line{
	opacity: 1;
}
.big-nav li p{
	color: #fff;
	opacity: .3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.big-nav li.on p,.big-nav li:hover p{
	opacity: 1;
}

.big-left .big-page .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	background: #fff;
	display: block;
	margin: auto;
	margin-top: 15px;
	border-radius: 0;
}

.fix-header .menu-pc i {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/close.png);
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}

.fix-header {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/fix-header.jpg);
	display: none;
}

.fix-top {
	padding: 3% 4.5%;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 99;
	left: 0;
}

.fix-top:after {
	content: "";
	display: block;
	clear: both;
}

.fix-top .logo {
	float: left;
	width: 178px;
	height: 49px;
	background: url(../images/logo.png);
}

.fix-top .menu-pc {
	float: right;
	width: 160px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #fff;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, .2) inset;
}

.fix-top .menu-pc span {
	display: inline-block;
	width: 28px;
	height: 14px;
	background: url(../images/menu-line.png);
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

.fix-nav {
	position: relative;
	margin-top: 15%;
}

.fix-nav .line {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 1px;
	background: #fff;
	opacity: .6;
	z-index: 1;
}

.fix-nav ul {
	padding: 0 20%;
	display: flex;
	justify-content: space-between;
}

.fix-nav ul a {
	color: #fff;
	opacity: .6;
	margin-bottom: 35px;
	display: block;
	font-family: simsun;
}

.fix-nav ul a:hover {
	opacity: 1;
}

.fix-nav ul a.big {
	height: 90px;
	line-height: 90px;
}

.fix-nav .box {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.fix-nav .box .left {
	width: 100px;
	height: 1px;
	background: #fff;
	opacity: .6;
	flex-shrink: 0;
}

.fix-nav .box .point {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #fff;
	margin: 0 15px;
	flex-shrink: 0;
	margin-top: -2px;
}

.fix-nav .box .right {
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: .6;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1500px) {
	header{
		padding: 1.5% 4.5%;
	}
	.index-news .main{
		bottom: 3%;
	}
	.index-news .main .news-main li{
		margin-top: 2%;
	}
	.index-news .main .news-main li .des,.index-news .main .news-main li .party_dots{
		margin-top: 3%;
	}
	header nav a {
		margin-right: 30px;
	}

	footer .top {
		/* display: block; */
	}

	/* footer .top:after{
		content: "";
		clear: both;
		display: block;
	} */
	footer .top .ewm-box {
		float: left;
		overflow: hidden;
	}

	footer .top p {
		float: left;
		letter-spacing: 0;
	}

	footer .top .ewm-box .pic {
		float: none;
	}

	footer .top .txt {
		float: left;
	}

	footer .top .share-box {
		float: left;
	}

	footer .share-box .box {
		width: 100px;
	}

	footer .top .ewm-box p {
		width: 100%;
		padding: 0;
		border: none;
		text-align: center;
		margin: 0;
	}

	.case-list li .txt .line {
		margin-top: 6%;
	}

	.cp-top-list .cp-big .pic-w {
		padding-bottom: 166%;
	}
	.swiper-01 .swiper-slide .bot .line{
		width: 65%;
	}
	
	.index-bot .word{
		top: 26.5%;
	}
	.index-bot .word .ewm-box .pic{
		width: 110px;
	}
	.index-bot .word .ewm-box p{
		margin-top: 38px;
	}
	.index-bot .word .right{
		margin-left: 60px;
	}
}
@media screen and (max-width: 1440px){
	.inner-main .main-left{
		width: 10%;
	}
	.inner-main .main-right{
		width: 90%;
	}
	.inner-main .main-left .kefu,.inner-main .main-left .fx,.inner-main .main-left .go-top{
		width: 50px;
		height: 50px;
		line-height: 48px;
	}
	.inner-main .main-left .fx{
		line-height: 50px;
	}
	header nav a{
		margin-right: 20px;
	}
	.index-bot .word{
		top: 28%;
	}
	.index-bot .word .left p.tel{
		margin-top: 20px;
	}
	/* .index-bot .word .ewm-box p{
		height: 30px;
		line-height: 30px;
		margin-top: 20px;
		margin-left: 20px;
	} */
	.index-bot .word .txt h1, .index-bot .share-box{
		margin-top: 6%;
	}
	.index-bot .word .main .txt{
		margin-top: 58px;
	}
}
@media screen and (max-width: 1366px){
	.index-bot .word{
		width: 65%;
	}
}
@media screen and (max-width: 1300px){
	.index-bot .word{
		width: 75%;
	}
}
@media screen and (max-width: 1200px){
	footer .top .share-box{
		display: none;
	}
}
@media screen and (max-width: 1024px){
	header nav{
		display: none;
	}
	.inner-main .main-left{
		display: none;
	}
	.inner-main .main-right{
		width: 100%;
	}
	.inner-main{
		margin-top: 0;
	}
	.case-detail .link a{
		display: block;
	}
	.case-detail .link a.fr{
		float: none;
		margin-top: 10px;
	}
	a.back span,.more span{
		margin-right: 10px;
		background-size:60%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.main-bot{
		padding: 3%;
	}
	.inner-local{
		float: none;
		text-align: right;
		margin-bottom: 20px;
	}
	.inner-main .main-right .main-search button{
		margin-right: 10px;
		background-size:80%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.inner-main .main-right .main-search:hover input{
		width: 200px;
	}
	.inner-main .main-right .main-search{
		padding: 3% 5%;
	}
	.inner-main .main-right .main-search input{
		font-size: 14px;
	}
	header .logo,header.two .logo{
		width: 100px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	header .menu-pc{
		width: 100px;
		height: 35px;
		line-height: 33px;
		margin-top: 7px;
	}
	.more-box .line{
		display: none;
	}
	.more-box .button-01 div{
		width: 40px;
		height: 40px;
		line-height: 32px;
		border:1px solid #ccc;
		margin:0 0 0 10px;
	}
	.main-nav a span{
		display: none;
	}
	.main-nav{
		display: block;
		overflow: hidden;
	}
	.main-nav a{
		width: 33%;
		float: left;
		padding: 4% 2%;
	}
	.jr-top .top-txt .left{
		width: 100%;
		float: none;
	}
	.jr-top .top-txt .left:before{
		display: none;
	}
	.jr-top .top-txt .left:after{
		display: none;
	}
	.jr-top .top-txt .left .line{
		margin-top: 5%;
	}
	.jr-top .top-txt .right{
		width: 100%;
		float: none;
	}
	.jr-list li,.ga-list li{
		width: 100%;
		float: none;
		margin:0 0 3.5% 0;
	}
	.lxwm .mid p,.lxwm .mid h1{
		float: none;
		margin: 0;
	}
	.lxwm .map{
		height: 300px;
	}
	.lxwm .bot .left{
		float: none;
	}
	.lxwm .bot .right{
		float: none;
	}
	.ly-box input{
		width: 100%;
		float: none;
		margin-bottom: 5%;
	}
	.ly-box textarea{
		margin-top: 0;
	}
	.px-top .bot .right,.px-top .pic-w{
		position: relative;
		width: 100%;
		padding-bottom: 50%;
	}
	.px-top .bot .left{
		position: relative;
		width: 100%;
		padding: 5%;
	}
	.px-top .bot .left:after{
		display: none;
	}
	.px-top .bot .left .des{
		padding: 5% 0;
	}
	.td-top .left{
		width: 100%;
		position: relative;
		padding-bottom: 60%;
	}
	.td-top .right{
		width: 100%;
	}
	.td-top .right .pic-w{
		width: 46%;
		float: left;
		padding-bottom: 36%;
	}
	.td-top .right .txt{
		width: 46%;
		float: right;
		padding: 7%;
	}
	.xw-list li:nth-child(1) .txt,.xw-list li:nth-child(2) .txt{
		position: relative;
		width: 100%;
		transform: translate(0);
	}
	.xw-list li:nth-child(2) .pic-w{
		width: 100%;
	}
	.xw-list li{
		width: 100%;
		margin-bottom: 3%;
		border-bottom: 1px solid #ccc;
		padding-bottom: 3%;
	}
	.xw-list li .txt{
		padding: 3%;
	}
	.case-detail .title{
		margin-bottom: 5%;
	}
	.hy-list li{
		width: 100%;
		margin:0 0 3% 0;
	}
	.ga-top .left{
		position: relative;
		width: 100%;
		padding-bottom: 50%;
	}
	.ga-top .right{
		width: 100%;
		margin-top: 3%;
	}
	.down-list li{
		width: 100%;
		margin:0 0 3% 0;
	}
	.down-list li .txt h1{
		margin-bottom: 3%;
	}
	.down-list li .txt a{
		margin-top: 3%;
	}
	.cp-top .cp-pic .pic-w{
		width: 100%;
		padding-bottom: 40%;
	}
	.cp-top .cp-pic .right{
		display: none;
	}
	.cp-top-list .left li,.cp-list li,.case-list li{
		width: 100%;
		float: none;
		margin:0 0 3% 0;
	}
	.cp-top-list .cp-big{
		width: 100%;
		margin:0 0 3% 0;
	}
	.cp-top-list .left{
		width: 100%;
	}
	.inner-case .top-box .left{
		width: 100%;
	}
	.inner-case .top-box .right{
		width: 100%;
		position: relative;
		padding-bottom: 50%;
	}
	.inner-case .top-box .right .txt h2{
		margin: 5% 0%;
	}
	.case-list li .txt{
		padding-top: 5%;
	}
	.case-list li .txt .time{
		margin-top: 3%;
	}
	.case-list li.big-one{
		width: 100%;
		padding-bottom: 50%;
	}
	.yj-main ul li,.yj-main ul li:nth-child(4n){
		width: 48%;
		margin:0 4% 4% 0;
	}
	.yj-main ul li:nth-child(2n){
		margin-right: 0;
	}
	.yj-list.zz .yj-nav li{
		padding: 5px 30px;
	}
	.zzlc .lc-main .left{
		width: 48%;
	}
	.zzlc .lc-main .right{
		width: 48%;
	}
	.zzlc .lc-main .right li{
		overflow: hidden;
	}
	.zzlc .lc-main .right li .des{
		position: relative;
		width: 100%;
		right: 0;
		margin-top: 5%;
		line-height: 1.5;
		transform: translate(0);
	}
	.zzlc .lc-main .right li .time{
		float: none;
		width: 100%;
		text-align: center;
	}
	.zz-num{
		display: block;
		overflow: hidden;
	}
	.zz-num .box{
		
		width: 50%;
		float: left;
	}
	.zz-num p{
		margin-bottom: 5px;
	}
	.zz-num .box h1{
		font-size: 24px !important;
	}
	.zz-num .box{
		margin-bottom: 3%;
	}
	.zjl .txt{
		width: 100%;
	}
	.zjl .pic-w{
		position: relative;
		padding-bottom: 60%;
		width: 100%;
	}
	.qywh li,.qywh li:nth-child(3), .qywh li:nth-child(4), .qywh li:nth-child(5){
		width: 100%;
	}
	.qywh li .line{
		margin:15px auto;
	}
	.hxln .txt{
		display: block;
		overflow: hidden;
	}
	.hxln .txt:after{
		display: none;
	}
	.hxln .txt p{
		line-height: 2;
	}
	.hxln .txt .box{
		margin-bottom: 3%;
	}
	footer .top{
		display: block;
		overflow: hidden;
	}
	footer .top .ewm-box{
		float: none;
	}
	footer .top .ewm-box .pic{
		margin:auto;
	}
	footer .top p{
		float: none;
		margin-top: 10px;
		line-height: 20px;
	}
	footer .top p span{
		line-height: 20px;
	}
	footer .top .txt{
		margin-top: 0px;
	}
	footer .bot a{
		display: none;
	}
	footer .bot span{
		display: block;
		line-height: 1.5;
	}
	footer .bot {
		display: block;
	}
	.inner-search{
		width: 80%;
	}
	.inner-search button{
		width: 140px;
	}
	.inner-search input{
		padding: 5% 3%;
	}
	.inner-search button span{
		background-size: 80%;
		background-repeat: no-repeat;
		background-position: center;
	}
	.swiper-01 .swiper-slide .bot .line{
		display: none;
	}
	.swiper-01 .swiper-slide .bot .button-01 div{
		width: 40px;
		height: 40px;
		line-height: 32px;
		border:1px solid #ccc;
		margin:0 10px 0  0;
	}
	.index-about .main .about-main .bot{
		display: none;
	}
	.index-about .main .about-main .left{
		width: 100%;
	}
	.index-about .main .about-main .right{
		width: 100%;
		padding-bottom: 5%;
	}
	.share-box .box{
		display: none;
	}
	.index-about .main{
		width: 90%;
		padding: 0;
	}
	.index-about .main .about-main .left{
		margin-bottom: 8%;
	}
	.index-about .main .about-main .left .party_dots{
		display: none;
	}
	.index-about .main .about-nav li{
		margin-right: 15px;
	}
	.index-pro .main .pro-main .right{
		display: none;
	}
	.index-pro .main .pro-nav li{
		margin-right: 5px;
		margin-bottom: 10px;
		padding-left: 8px;
	}
	.index-pro .main .pro-main .left{
		width: 100%;
	}
	.index-case .main .left{
		display: none;
	}
	.index-pro .main{
		padding: 4.5%;
	}
	.index-case .main .right{
		width: 100%;
	}
	.index-case .main .right .button-03{
		position: relative;
		float: right;
		right: 0;
	}
	.index-case .main .right .button-03 div{
		width: 40px;
		height: 40px;
		line-height: 32px;
		border:1px solid #ccc;
		margin:0 10px 0  0;
	}
	.index-case .main .right .case-swiper{
		margin-bottom: 5%;
	}
	.index-case .main .right .case-swiper .txt{
		width: 100%;
	}
	.index-news .main{
		padding: 4.5%;
	}
	.index-news .main .news-nav{
		margin-bottom: 5%;
	}
	.index-news .main .news-main li .pic-w{
		padding-bottom: 40%;
		position: relative;
		width: 100%;
		float: none;
	}
	.index-news .main .news-main li .txt{
		width: 100%;
	}
	.index-news .main .news-main li h1 span{
		display: none;
	}
	.index-news .main{
		bottom: 3%;
	}
	.index-news .main .news-main li .party_dots{
		display: none;
	}
	.index-news .main .news-main li h1,.index-news .main .news-main li .des{
		margin-top: 2%;
	}
	footer .top .ewm-box{
		display: none;
	}
	.index-bot .bg{
		height: 100%;
	}
	.index-bot .word{
		left: 4.5%;
	}
	.ly-box textarea{
		margin-bottom: 5%;
	}
	.ly-box p:nth-child(3) input{
		width: 48%;
		float: left;
	}
	.ly-box p:nth-child(3) img{
		float: right;
		height: 31px;
		display: block;
	}
	.zzlc .lc-main .right li .time p,.zzlc .lc-main .right li .time span{
		display: inline-block;
	}
	.zzlc .lc-main .right li .time {
		margin-top: 10px;
	}
	.big-left{
		display: none;
	}
  .index-bot .word .ewm-box .pic{
  	width:80px;
  	}
  	.index-bot .word .left{
  		position: relative;
  		width: 100%;
  		float: none;
  		transform: translate(0);
  		top: 0;
  	}
  	.index-bot .word .ewm-box{
  		overflow: hidden;
  	}
  	.index-bot .word .ewm-box p{
  		margin-top: 25px;
  	}
  .index-bot .word{
  	transform:translate(0);
    right:4.5%;
    width:91%;
  }
  .index-bot .word>.left,.index-bot .word>.right{
  	float:none;
    width:100%;
  }
  .index-bot .word{
  	top:100px;
  }
  .index-bot .word .right{
  	position:relative;
    height:200px;
    margin-top:3%;
  }
	.index-bot .word .right{
		float: none;
		height: auto;
		margin-left: 0;
	}
	.index-bot .word .main{
		padding: 6%;
	}
	.index-bot .word .left p{
		padding-left: 40px;
		height: 30px;
		line-height: 30px;
		background-size: 30px 30px;
	}
	.index-bot .word .left p span{
		margin-right: 10px;
	}
	.index-bot .word .main .txt{
		margin-top: 30px;
	}
	.index-bot .word .main .txt h1{
		line-height: 1.5;
		margin-top: 10px;
	}
	.index-bot .share-box{
		display: none;
	}
	.index-bot .word .ewm-box p{
		height: 35px;
		line-height: 35px;
		margin-top: 15px;
	}
	.index-news .main .news-main li:nth-child(3){
	    display: none;
	}
}